home *** CD-ROM | disk | FTP | other *** search
- /*======================================================================
- W A I T P I D . C
- doc: Tue Aug 17 08:39:11 1993
- dlm: Tue Aug 17 08:39:11 1993
- (c) 1993 ant@bernina.ethz.ch
- uE-Info: 8 0 NIL 0 0 72 0 2 8 ofnI
- ======================================================================*/
-
- #include <stdio.h>
-
- waitpid(pid,statusp,options)
- int pid,*statusp,options;
- {
- return wait4(pid,statusp,options,NULL);
- }
-